-
Notifications
You must be signed in to change notification settings - Fork 167
π§ wip(test): EIP-7928: Block-level Access Lists #1823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
It would be nice to have an update to https://github.com/ethereum/execution-spec-tests/blob/main/src/ethereum_test_fixtures/blockchain.py where we plan to include the BAL in the pydantic model to both the blockchain and blockchain-engine tests, to have a better idea on how this ends up in the fixture. |
Another qs is whether the t8n should generate the BAL. |
Yes |
ποΈ Description
π§ wip tests for EIP-7928.
π Related Issues or PRs
N/A.
β Checklist
tox
checks to avoid unnecessary CI fails, see also Code Standards and Enabling Pre-commit Checks:uvx --with=tox-uv tox -e lint,typecheck,spellcheck,markdownlint
type(scope):
.mkdocs serve
locally and verified the auto-generated docs for new tests in the Test Case Reference are correctly formatted.